.module-8 {
  height: 440px;
  background: #323232;
}
.module-8 .top {
  height: 121px;
  border-bottom: 1px solid #3d3d3d;
}
.module-8 .top ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.module-8 .top ul li {
  width: 25%;
  display: flex;
}
.module-8 .top ul li .right {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  justify-content: space-evenly;
}
.module-8 .top ul li .right h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.module-8 .top ul li .right span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #757575;
}
.module-8 .top ul li:nth-last-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.module-8 .top ul li:nth-last-child(1) h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
}
.module-8 .top ul li:nth-last-child(1) span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #757575;
}
.module-8 .center {
  height: 237px;
  border-bottom: 1px solid #3d3d3d;
  padding-top: 38px;
  display: flex;
}
.module-8 .center .left {
  width: 50%;
  padding: 0 0 0 105px;
  display: flex;
  justify-content: space-between;
}
.module-8 .center .left div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.module-8 .center .left div ul li {
  font-size: 14px;
  color: #757575;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.module-8 .center .left div ul a {
  color: #757575;
}
.module-8 .center .right {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}
.module-8 .center .right img {
  width: 110px;
  height: 110px;
  margin-bottom: 16px;
}
.module-8 .center .right p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #757575;
}
.module-8 .bottom {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #616161;
}
.module-8 .bottom p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #616161;
  line-height: 24px;
  margin-top: 20px;
}
